* process.c (handle_child_signal): Also use WCONTINUED.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jun 2013 00:54:34 +0000 (17:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jun 2013 00:54:34 +0000 (17:54 -0700)
commitc58239aab7099907f979b596df48133624f1b51b
treebf8e60595fc57f72ced2a113b226294bd7ccc818
parent3c78a2f45f2580a4217916bfb6d3af94d85bdf19
* process.c (handle_child_signal): Also use WCONTINUED.

This is so that list-processes doesn't mistakenly list the process
as stopped, when the process has actually been continued and is
now running.
src/ChangeLog
src/process.c